home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000129_sober@localbar.com_Tue Jul 19 16:24:21 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews.google.com!news1.google.com!newsread.com!newsstand.newsread.com!POSTED.monger.newsread.com!not-for-mail
  2. From: "Mark" <sober@localbar.com>
  3. Newsgroups: comp.protocols.kermit.misc,comp.protocols.kermit
  4. Followup-To: comp.protocols.kermit.misc
  5. References: <MpVBe.2319$Q75.431306@newshog.newsread.com> <H7WBe.1111$Na6.495200@twister.nyc.rr.com>
  6. Subject: Re: tool to interpret packets? and Qs about lineout!
  7. Lines: 47
  8. X-Priority: 3
  9. X-MSMail-Priority: Normal
  10. X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
  11. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
  12. X-RFC2646: Format=Flowed; Original
  13. Message-ID: <shdDe.2797$S17.567215@monger.newsread.com>
  14. Date: Tue, 19 Jul 2005 20:21:44 GMT
  15. NNTP-Posting-Host: 63.165.153.58
  16. X-Complaints-To: Abuse Role <abuse@inteliport.com>, We Care <abuse@newsread.com>
  17. X-Trace: monger.newsread.com 1121804504 63.165.153.58 (Tue, 19 Jul 2005 16:21:44 EDT)
  18. NNTP-Posting-Date: Tue, 19 Jul 2005 16:21:44 EDT
  19. Organization: InteliPort (inteliport.com)
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15371
  21.  
  22. "Jeffrey Altman" <jaltman2@nyc.rr.com> wrote in message 
  23. news:H7WBe.1111$Na6.495200@twister.nyc.rr.com...
  24. > Mark wrote:
  25. >
  26. >> Hello gurus,
  27. >> I have a couple of kermit questions and hope I chose the right group to 
  28. >> ask
  29. >> in...
  30. >>
  31. >> Are there any utilities available (for FreeBSD or dos/windows) which can 
  32. >> be
  33. >> fed raw packet data and interpret the commands that were issued?
  34. >> What I'd like to see is the command issued to generate a packet such as:
  35. >> [soh]0 Iz  @-Y1~@ 5T7[cr]
  36. >> (and many, many others)
  37. >
  38. > I am unaware of any external Kermit packet trace debugging tools.
  39. > If you are using C-Kermit, you can log debug to obtain everything
  40. > C-Kermit knows about the packet processing.
  41.  
  42. I will be using c-kermit for a client but the commands I'm currently
  43. trying to interpret are embedded in utilities which establish a
  44. serial connection to a closed system (for purpose of data retrieval).
  45. Unfortunately, the source is not available and the utilities run on
  46. the wrong OS... therefore I currently have to run the utilities on 1 OS
  47. to retrieve data, but then transfer data to another server for processing.
  48. I'd like to use c-kermit on the processing machine to script the entire
  49. process so that it may be automated and bypass the need for the
  50. utilities completely.
  51.  
  52. With a data-scope I'm able to see the packets going back and forth,
  53. which is why I asked a second question about the lineout command
  54. (unaswered question follows):
  55. >> If I were to use the 'lineout' command to output my own 'packet' (i.e.,
  56. >> header/length/seq/type/data/cksum) would it be interpretted
  57. >> properly on the other side and be handled accordingly? (assume a properly
  58. >> formatted packet with a valid command type and data segment)
  59.  
  60.  
  61. If the answer to that question is yes, the next question is:
  62. how can the lineout command be used to transfer (packet data) commands
  63. from a disk file?
  64.  
  65. Thanks for the quick response previously :-)
  66. Mark 
  67.  
  68.